Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the firecracker group with 6 updates:

Package From To
zerocopy 0.8.17 0.8.18
clap 4.5.28 4.5.29
cc 1.2.13 1.2.14
clap_builder 4.5.27 4.5.29
equivalent 1.0.1 1.0.2
toml_edit 0.22.23 0.22.24

Updates zerocopy from 0.8.17 to 0.8.18

Release notes

Sourced from zerocopy's releases.

v0.8.18

What's Changed

Full Changelog: google/zerocopy@v0.8.17...v0.8.18

Commits

Updates clap from 4.5.28 to 4.5.29

Release notes

Sourced from clap's releases.

v4.5.29

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
Changelog

Sourced from clap's changelog.

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
Commits
  • 1f74b01 chore: Release
  • 23feee1 docs: Update changelog
  • ae1457b chore(complete): Update require clap
  • 0d142f6 chore: Release
  • 0facf1f docs: Update changelog
  • ee6af99 Merge pull request #5743 from epage/sort
  • 232ee10 fix(complete): Use existing display order for Arg/Command
  • c6b5d62 feat(builder): Expose get_display_order
  • 67d9fef feat(complete): Give control over display order
  • 59a61e1 refactor(complete): Pull out common candidate code
  • Additional commits viewable in compare view

Updates cc from 1.2.13 to 1.2.14

Release notes

Sourced from cc's releases.

cc-v1.2.14

Other

  • Regenerate target info (#1398)
  • Add support for setting -gdwarf-{version} based on RUSTFLAGS (#1395)
  • Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_64 (#1312)
Changelog

Sourced from cc's changelog.

1.2.14 - 2025-02-14

Other

  • Regenerate target info (#1398)
  • Add support for setting -gdwarf-{version} based on RUSTFLAGS (#1395)
  • Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_64 (#1312)
Commits
  • 328d0ff chore: release v1.2.14 (#1400)
  • 0aa4220 Regenerate target info (#1398)
  • c0bb1e3 Add support for setting -gdwarf-{version} based on RUSTFLAGS (#1395)
  • 4acb868 Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_...
  • See full diff in compare view

Updates clap_builder from 4.5.27 to 4.5.29

Release notes

Sourced from clap_builder's releases.

v4.5.29

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Changelog

Sourced from clap_builder's changelog.

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Commits
  • 6717cf1 chore: Release
  • f68d965 docs: Update changelog
  • 50a2b16 Merge pull request #5908 from epage/present
  • 24fd0a7 docs(parser): Clarify meaning of args_present
  • 0ef80bb fix(parser): Dont report missing flags as present
  • 225e0d8 test(parser): Verify args_present behavior
  • 190a3f2 Merge pull request #5906 from wmmc88/patch-1
  • 839f195 docs: replace concolor-clap with colorchoice-clap
  • 336b645 chore: Release
  • c0dce62 docs: Update changelog
  • Additional commits viewable in compare view

Updates equivalent from 1.0.1 to 1.0.2

Commits

Updates toml_edit from 0.22.23 to 0.22.24

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the firecracker group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.17` | `0.8.18` |
| [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.29` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.13` | `1.2.14` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.29` |
| [equivalent](https://github.com/indexmap-rs/equivalent) | `1.0.1` | `1.0.2` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.23` | `0.22.24` |


Updates `zerocopy` from 0.8.17 to 0.8.18
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.17...v0.8.18)

Updates `clap` from 4.5.28 to 4.5.29
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.28...clap_complete-v4.5.29)

Updates `cc` from 1.2.13 to 1.2.14
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.13...cc-v1.2.14)

Updates `clap_builder` from 4.5.27 to 4.5.29
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.27...v4.5.29)

Updates `equivalent` from 1.0.1 to 1.0.2
- [Commits](indexmap-rs/equivalent@v1.0.1...v1.0.2)

Updates `toml_edit` from 0.22.23 to 0.22.24
- [Commits](toml-rs/toml@v0.22.23...v0.22.24)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: equivalent
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 17, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.21%. Comparing base (6521be5) to head (5d928ce).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5042   +/-   ##
=======================================
  Coverage   83.21%   83.21%           
=======================================
  Files         245      245           
  Lines       26626    26626           
=======================================
  Hits        22156    22156           
  Misses       4470     4470           
Flag Coverage Δ
5.10-c5n.metal 83.69% <ø> (ø)
5.10-m5n.metal 83.68% <ø> (+<0.01%) ⬆️
5.10-m6a.metal 82.89% <ø> (ø)
5.10-m6g.metal 79.64% <ø> (ø)
5.10-m6i.metal 83.67% <ø> (ø)
5.10-m7g.metal 79.64% <ø> (ø)
6.1-c5n.metal 83.69% <ø> (ø)
6.1-m5n.metal 83.68% <ø> (ø)
6.1-m6a.metal 82.89% <ø> (ø)
6.1-m6g.metal 79.64% <ø> (ø)
6.1-m6i.metal 83.67% <ø> (+<0.01%) ⬆️
6.1-m7g.metal 79.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roypat roypat merged commit 07ce762 into main Feb 18, 2025
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-f5a6487766 branch February 18, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code Status: Awaiting review Indicates that a pull request is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants